DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class
Members

In This Topic
    C1CommandBase<TCommandImpl> Class
    In This Topic
    The generic version of the command base class used by all C1DataConnector.AdoNet providers.
    Object Model
    C1CommandBase<TCommandImpl> Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1CommandBase(Of TCommandImpl) 
       Inherits C1CommandBase
    public abstract class C1CommandBase<TCommandImpl> : C1CommandBase 
    Type Parameters
    TCommandImpl
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbCommand
                C1.DataConnector.AdoNet.C1CommandBase
                   C1.DataConnector.AdoNet.C1CommandBase<TCommandImpl>
                      C1.AdoNet.CSV.C1CSVCommand
                      C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsCommand
                      C1.AdoNet.Json.C1JsonCommand
                      C1.AdoNet.Kintone.C1KintoneCommand
                      C1.AdoNet.Magento.C1MagentoCommand
                      C1.AdoNet.OData.C1ODataCommand
                      C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineCommand
                      C1.AdoNet.Salesforce.C1SalesforceCommand
                      C1.AdoNet.ServiceNow.C1ServiceNowCommand

    See Also